3.4 \(\int \sec ^3(c+d x) (A+C \sec ^2(c+d x)) \, dx\)

Optimal. Leaf size=70 \[ \frac {(4 A+3 C) \tanh ^{-1}(\sin (c+d x))}{8 d}+\frac {(4 A+3 C) \tan (c+d x) \sec (c+d x)}{8 d}+\frac {C \tan (c+d x) \sec ^3(c+d x)}{4 d} \]

[Out]

1/8*(4*A+3*C)*arctanh(sin(d*x+c))/d+1/8*(4*A+3*C)*sec(d*x+c)*tan(d*x+c)/d+1/4*C*sec(d*x+c)^3*tan(d*x+c)/d

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {4046, 3768, 3770} \[ \frac {(4 A+3 C) \tanh ^{-1}(\sin (c+d x))}{8 d}+\frac {(4 A+3 C) \tan (c+d x) \sec (c+d x)}{8 d}+\frac {C \tan (c+d x) \sec ^3(c+d x)}{4 d} \]

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]^3*(A + C*Sec[c + d*x]^2),x]

[Out]

((4*A + 3*C)*ArcTanh[Sin[c + d*x]])/(8*d) + ((4*A + 3*C)*Sec[c + d*x]*Tan[c + d*x])/(8*d) + (C*Sec[c + d*x]^3*
Tan[c + d*x])/(4*d)

Rule 3768

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> -Simp[(b*Cos[c + d*x]*(b*Csc[c + d*x])^(n - 1))/(d*(n -
 1)), x] + Dist[(b^2*(n - 2))/(n - 1), Int[(b*Csc[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1
] && IntegerQ[2*n]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rule 4046

Int[(csc[(e_.) + (f_.)*(x_)]*(b_.))^(m_.)*(csc[(e_.) + (f_.)*(x_)]^2*(C_.) + (A_)), x_Symbol] :> -Simp[(C*Cot[
e + f*x]*(b*Csc[e + f*x])^m)/(f*(m + 1)), x] + Dist[(C*m + A*(m + 1))/(m + 1), Int[(b*Csc[e + f*x])^m, x], x]
/; FreeQ[{b, e, f, A, C, m}, x] && NeQ[C*m + A*(m + 1), 0] &&  !LeQ[m, -1]

Rubi steps

\begin {align*} \int \sec ^3(c+d x) \left (A+C \sec ^2(c+d x)\right ) \, dx &=\frac {C \sec ^3(c+d x) \tan (c+d x)}{4 d}+\frac {1}{4} (4 A+3 C) \int \sec ^3(c+d x) \, dx\\ &=\frac {(4 A+3 C) \sec (c+d x) \tan (c+d x)}{8 d}+\frac {C \sec ^3(c+d x) \tan (c+d x)}{4 d}+\frac {1}{8} (4 A+3 C) \int \sec (c+d x) \, dx\\ &=\frac {(4 A+3 C) \tanh ^{-1}(\sin (c+d x))}{8 d}+\frac {(4 A+3 C) \sec (c+d x) \tan (c+d x)}{8 d}+\frac {C \sec ^3(c+d x) \tan (c+d x)}{4 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.14, size = 54, normalized size = 0.77 \[ \frac {(4 A+3 C) \tanh ^{-1}(\sin (c+d x))+\tan (c+d x) \sec (c+d x) \left (4 A+2 C \sec ^2(c+d x)+3 C\right )}{8 d} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]^3*(A + C*Sec[c + d*x]^2),x]

[Out]

((4*A + 3*C)*ArcTanh[Sin[c + d*x]] + Sec[c + d*x]*(4*A + 3*C + 2*C*Sec[c + d*x]^2)*Tan[c + d*x])/(8*d)

________________________________________________________________________________________

fricas [A]  time = 0.86, size = 95, normalized size = 1.36 \[ \frac {{\left (4 \, A + 3 \, C\right )} \cos \left (d x + c\right )^{4} \log \left (\sin \left (d x + c\right ) + 1\right ) - {\left (4 \, A + 3 \, C\right )} \cos \left (d x + c\right )^{4} \log \left (-\sin \left (d x + c\right ) + 1\right ) + 2 \, {\left ({\left (4 \, A + 3 \, C\right )} \cos \left (d x + c\right )^{2} + 2 \, C\right )} \sin \left (d x + c\right )}{16 \, d \cos \left (d x + c\right )^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^3*(A+C*sec(d*x+c)^2),x, algorithm="fricas")

[Out]

1/16*((4*A + 3*C)*cos(d*x + c)^4*log(sin(d*x + c) + 1) - (4*A + 3*C)*cos(d*x + c)^4*log(-sin(d*x + c) + 1) + 2
*((4*A + 3*C)*cos(d*x + c)^2 + 2*C)*sin(d*x + c))/(d*cos(d*x + c)^4)

________________________________________________________________________________________

giac [A]  time = 0.44, size = 98, normalized size = 1.40 \[ \frac {{\left (4 \, A + 3 \, C\right )} \log \left ({\left | \sin \left (d x + c\right ) + 1 \right |}\right ) - {\left (4 \, A + 3 \, C\right )} \log \left ({\left | \sin \left (d x + c\right ) - 1 \right |}\right ) - \frac {2 \, {\left (4 \, A \sin \left (d x + c\right )^{3} + 3 \, C \sin \left (d x + c\right )^{3} - 4 \, A \sin \left (d x + c\right ) - 5 \, C \sin \left (d x + c\right )\right )}}{{\left (\sin \left (d x + c\right )^{2} - 1\right )}^{2}}}{16 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^3*(A+C*sec(d*x+c)^2),x, algorithm="giac")

[Out]

1/16*((4*A + 3*C)*log(abs(sin(d*x + c) + 1)) - (4*A + 3*C)*log(abs(sin(d*x + c) - 1)) - 2*(4*A*sin(d*x + c)^3
+ 3*C*sin(d*x + c)^3 - 4*A*sin(d*x + c) - 5*C*sin(d*x + c))/(sin(d*x + c)^2 - 1)^2)/d

________________________________________________________________________________________

maple [A]  time = 1.10, size = 98, normalized size = 1.40 \[ \frac {A \sec \left (d x +c \right ) \tan \left (d x +c \right )}{2 d}+\frac {A \ln \left (\sec \left (d x +c \right )+\tan \left (d x +c \right )\right )}{2 d}+\frac {C \tan \left (d x +c \right ) \left (\sec ^{3}\left (d x +c \right )\right )}{4 d}+\frac {3 C \tan \left (d x +c \right ) \sec \left (d x +c \right )}{8 d}+\frac {3 C \ln \left (\sec \left (d x +c \right )+\tan \left (d x +c \right )\right )}{8 d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^3*(A+C*sec(d*x+c)^2),x)

[Out]

1/2*A*sec(d*x+c)*tan(d*x+c)/d+1/2/d*A*ln(sec(d*x+c)+tan(d*x+c))+1/4/d*C*tan(d*x+c)*sec(d*x+c)^3+3/8/d*C*tan(d*
x+c)*sec(d*x+c)+3/8/d*C*ln(sec(d*x+c)+tan(d*x+c))

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 97, normalized size = 1.39 \[ \frac {{\left (4 \, A + 3 \, C\right )} \log \left (\sin \left (d x + c\right ) + 1\right ) - {\left (4 \, A + 3 \, C\right )} \log \left (\sin \left (d x + c\right ) - 1\right ) - \frac {2 \, {\left ({\left (4 \, A + 3 \, C\right )} \sin \left (d x + c\right )^{3} - {\left (4 \, A + 5 \, C\right )} \sin \left (d x + c\right )\right )}}{\sin \left (d x + c\right )^{4} - 2 \, \sin \left (d x + c\right )^{2} + 1}}{16 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^3*(A+C*sec(d*x+c)^2),x, algorithm="maxima")

[Out]

1/16*((4*A + 3*C)*log(sin(d*x + c) + 1) - (4*A + 3*C)*log(sin(d*x + c) - 1) - 2*((4*A + 3*C)*sin(d*x + c)^3 -
(4*A + 5*C)*sin(d*x + c))/(sin(d*x + c)^4 - 2*sin(d*x + c)^2 + 1))/d

________________________________________________________________________________________

mupad [B]  time = 2.45, size = 77, normalized size = 1.10 \[ \frac {\sin \left (c+d\,x\right )\,\left (\frac {A}{2}+\frac {5\,C}{8}\right )-{\sin \left (c+d\,x\right )}^3\,\left (\frac {A}{2}+\frac {3\,C}{8}\right )}{d\,\left ({\sin \left (c+d\,x\right )}^4-2\,{\sin \left (c+d\,x\right )}^2+1\right )}+\frac {\mathrm {atanh}\left (\sin \left (c+d\,x\right )\right )\,\left (\frac {A}{2}+\frac {3\,C}{8}\right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A + C/cos(c + d*x)^2)/cos(c + d*x)^3,x)

[Out]

(sin(c + d*x)*(A/2 + (5*C)/8) - sin(c + d*x)^3*(A/2 + (3*C)/8))/(d*(sin(c + d*x)^4 - 2*sin(c + d*x)^2 + 1)) +
(atanh(sin(c + d*x))*(A/2 + (3*C)/8))/d

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (A + C \sec ^{2}{\left (c + d x \right )}\right ) \sec ^{3}{\left (c + d x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**3*(A+C*sec(d*x+c)**2),x)

[Out]

Integral((A + C*sec(c + d*x)**2)*sec(c + d*x)**3, x)

________________________________________________________________________________________